home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 118 / MacAddict 118 2006-06.toast / Software / Graphics & Multimedia / Kinemac 1.1.0 (demo).dmg / Kinemac_Tiger.app / Contents / Library / Spotlight / SBGLCompositeView.h < prev    next >
Text File  |  2006-02-27  |  343b  |  13 lines

  1. #import <Cocoa/Cocoa.h>
  2. #import <OpenGL/OpenGL.h>
  3. #import <OpenGL/gl.h>
  4. #import <OpenGL/glu.h>
  5. #import <OpenGL/glext.h>
  6.  
  7. /////////////////////////////////////////////////////// SBGLCompositeView
  8. @interface SBGLCompositeView : NSOpenGLView
  9. {
  10.     id    mainManagerObj;
  11. }
  12. - (id)initWithWindow:(NSWindow*)window glView:(id)glView sender:(id)sender;
  13. @end